PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFIOException Class / PDFIOException Constructor / PDFIOException Constructor(String)
The exception text.
In This Topic
    PDFIOException Constructor(String)
    In This Topic
    Initializes a new PDFIOException object.
    Syntax
    public PDFIOException( 
       java.lang.String message
    )

    Parameters

    message
    The exception text.
    See Also